Skip to content

Commit

Permalink
Update docker-compose-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Nov 6, 2023
1 parent ff2aa70 commit 404c40d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .deploy/docker-compose-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:
${APP_NAME}:
image: ghcr.io/${IMAGE_REPO}:${RELEASE_VERSION}
restart: always
network_mode: bridge
ports:
- "80"
environment:
Expand Down Expand Up @@ -41,5 +40,10 @@ services:
volumes:
- ${APP_NAME}-mydb:/app/App_Data

networks:
default:
name: nginx
external: true

volumes:
${APP_NAME}-mydb:
${APP_NAME}-mydb:

0 comments on commit 404c40d

Please sign in to comment.