Skip to content

Commit 1e8bead

Browse files
authored
Update docker-compose.yml
1 parent 4b03e60 commit 1e8bead

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/tandoor/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)