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 Nov 6, 2023
1 parent 9def69e commit ae87b73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .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:
- "5000"
environment:
Expand Down

0 comments on commit ae87b73

Please sign in to comment.