Skip to content

Commit 591afb8

Browse files
authored
Update docker-compose-template.yml
1 parent efa73c3 commit 591afb8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.deploy/docker-compose-template.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ services:
33
${APP_NAME}:
44
image: ghcr.io/${IMAGE_REPO}:${RELEASE_VERSION}
55
restart: always
6-
network_mode: bridge
76
ports:
87
- "80"
98
environment:
@@ -22,3 +21,8 @@ services:
2221
profiles:
2322
- migration
2423
command: --AppTasks=migrate
24+
25+
networks:
26+
default:
27+
external: true
28+
name: nginx

0 commit comments

Comments
 (0)