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 authored Aug 4, 2023
1 parent b1ee4c1 commit 13067f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .deploy/docker-compose-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
restart: always
network_mode: bridge
ports:
- "80"
- "5000"
environment:
VIRTUAL_HOST: ${HOST_DOMAIN}
LETSENCRYPT_HOST: ${HOST_DOMAIN}
Expand All @@ -14,4 +14,4 @@ services:
- ${APP_NAME}-mydb:/app/App_Data

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

0 comments on commit 13067f6

Please sign in to comment.