File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ services:
1212 - ./.env
1313
1414 web_recipes :
15- image : vabene1111/recipes:latest
15+ image : vabene1111/recipes:2
1616 container_name : tandoor_recipes
1717 restart : always
1818 ports :
19- - 8080:8080
19+ - 8080:80
2020 expose :
21- - 8080
21+ - 80
2222 env_file :
2323 - ./.env
2424 volumes :
@@ -32,7 +32,7 @@ services:
3232 # labels:
3333 # - traefik.enable=true
3434 # - traefik.http.routers.tandoor.rule=Host(`tandoor.example.com`)
35- # - traefik.http.services.tandoor.loadbalancer.server.port=8080
35+ # - traefik.http.services.tandoor.loadbalancer.server.port=80
3636 # - traefik.docker.network=proxy
3737 # # Part for local lan services only
3838 # #- traefik.http.routers.tandoor.middlewares=local-ipwhitelist@file
You can’t perform that action at this time.
0 commit comments