diff options
author | throwaway <developerthrowaway@protonmail.com> | 2024-02-09 01:59:25 -0800 |
---|---|---|
committer | throwaway <developerthrowaway@protonmail.com> | 2024-02-09 01:59:25 -0800 |
commit | b3515bc0636e15d42c796ac31e4e088c007e55b2 (patch) | |
tree | 4a8c43315f1b7a4776e2d19caa5f75f970b86108 /docker-compose.yaml | |
parent | 5648fcf2634968f113190e5af7148fc1977fc329 (diff) |
modify docker entrypoint
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index b0eff1a..f4ae0aa 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,7 +8,6 @@ services: environment: - FOURGET_VERSION=6 - FOURGET_SERVER_NAME=4get.ca - - FOURGET_SERVER_ADMIN_EMAIL=you@example.com ports: - "80:80" |