mirror of
https://github.com/yusing/godoxy.git
synced 2025-08-06 00:07:02 +00:00
Update compose.example.yml
Network mode host is not needed for the frontend container and will only unnecessarily expose port 3000 via the host network.
This commit is contained in:
parent
189c870630
commit
63a441e868
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ services:
|
||||||
image: ghcr.io/yusing/godoxy-frontend:latest
|
image: ghcr.io/yusing/godoxy-frontend:latest
|
||||||
container_name: godoxy-frontend
|
container_name: godoxy-frontend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
|
||||||
env_file: .env
|
env_file: .env
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
|
|
Loading…
Add table
Reference in a new issue