Spaces:
Runtime error
Runtime error
Ananth B Prathap
π§ Remove the unused mapped ports for docker deployment (#309)
8156f7e
unverified
version: "3.9" | |
services: | |
app: | |
image: websurfx:latest | |
build: . | |
ports: | |
- 8080:8080 | |
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature. | |
# depends_on: | |
# - redis | |
# links: | |
# - redis | |
volumes: | |
- ./websurfx/:/etc/xdg/websurfx/ | |
# Uncomment the following lines if you are using the `hybrid` or `redis` caching feature. | |
# redis: | |
# image: redis:latest |