更新 docker-compose.yml
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
container_name: chrome-monitor
|
container_name: chrome-monitor
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "$8080:${PORT:-8080}
|
- "8080:${PORT:-8080}
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
# environment:
|
# environment:
|
||||||
@@ -12,7 +12,6 @@ services:
|
|||||||
# - AUTH_ENABLED=true
|
# - AUTH_ENABLED=true
|
||||||
# - PORT=8080
|
# - PORT=8080
|
||||||
# - KEEP_VERSIONS=3
|
# - KEEP_VERSIONS=3
|
||||||
# - CHROME_URL=https://www.google.cn/chrome?standalone=1&platform=win64
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./chrome_versions:/app/chrome_versions
|
- ./chrome_versions:/app/chrome_versions
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user