FrostByte/container/compose.yml

15 lines
252 B
YAML
Raw Normal View History

version: '3.3'
services:
2023-10-20 03:28:35 +02:00
frostbyte:
container_name: frostbyte
build:
context: "."
dockerfile: Containerfile
ports:
- '8080:8080'
restart: always
logging:
options:
max-size: 10m
image: frostbyte