13 lines
233 B
YAML
13 lines
233 B
YAML
version: '3.3'
|
|
services:
|
|
frostbyte:
|
|
container_name: frostbyte
|
|
build:
|
|
dockerfile: Containerfile
|
|
ports:
|
|
- '8080:8080'
|
|
restart: always
|
|
logging:
|
|
options:
|
|
max-size: 10m
|
|
image: frostbyte
|