mirror of
https://github.com/notf0und/SGS
synced 2026-07-17 18:21:06 +00:00
Initial commit / First Release
This commit is contained in:
parent
2e8f5ce028
commit
2579f561c3
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
sgs:
|
||||
container_name: sgs
|
||||
build:
|
||||
context: . #this is required only for debug mode
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- ./www:/app/www
|
||||
- ./games:/app/www/storage/app/public/games
|
||||
ports:
|
||||
- 8030:80
|
||||
- 4430:443
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user