Skip to content

Commit 572f7ad

Browse files
authored
Update docker-compose-template.yml
1 parent 83e7961 commit 572f7ad

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.deploy/docker-compose-template.yml

+6-2
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:
@@ -13,5 +12,10 @@ services:
1312
volumes:
1413
- ${APP_NAME}-mydb:/app/App_Data
1514

15+
networks:
16+
default:
17+
external: true
18+
name: nginx
19+
1620
volumes:
17-
${APP_NAME}-mydb:
21+
${APP_NAME}-mydb:

0 commit comments

Comments
 (0)