Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 22, 2024
1 parent 8bfaa70 commit 6dfacdc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
app:
image: ghcr.io/${IMAGE_REPO}:${RELEASE_VERSION}
restart: always
# network_mode: bridge
network_mode: bridge
ports:
- "8080"
container_name: ${APP_NAME}_app
Expand All @@ -18,8 +18,3 @@ services:
LANG: "en_US.UTF-8"
volumes:
- ./App_Data:/app/App_Data

networks:
default:
external: true
name: nginx

0 comments on commit 6dfacdc

Please sign in to comment.