mirror of
https://github.com/notf0und/SGS
synced 2026-07-17 18:21:06 +00:00
16 lines
314 B
YAML
16 lines
314 B
YAML
services:
|
|
sgs:
|
|
container_name: sgs
|
|
build:
|
|
context: . #this is required only for debug mode
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Etc/UTC
|
|
volumes:
|
|
- ./games:/app/www/storage/app/public/games
|
|
ports:
|
|
- 8030:80
|
|
- 4430:443
|
|
restart: unless-stopped
|