more common values
This commit is contained in:
parent
04cb62526a
commit
bed4ad18b9
@ -31,7 +31,7 @@ services:
|
||||
fourget:
|
||||
container_name: fourget
|
||||
image: fourget-apache
|
||||
restart: ${RESTART_MODE}
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
# Replace with your stuff
|
||||
- FOURGET_SERVER_NAME=4get.plunked.party
|
||||
@ -40,8 +40,8 @@ services:
|
||||
- FOURGET_BOT_PROTECTION=0
|
||||
- FOURGET_DEFAULT_THEME="Dark"
|
||||
# My additions
|
||||
- PUID=${FOURGET_ID}
|
||||
- PGID=${FOURGET_ID}
|
||||
- PUID=1001
|
||||
- PGID=1001
|
||||
- PORT=6969
|
||||
volumes:
|
||||
# Optional, for custom banners and home.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user