mirror of
https://github.com/yusing/godoxy.git
synced 2025-08-05 07:57:01 +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
|
||||
container_name: godoxy-frontend
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
env_file: .env
|
||||
depends_on:
|
||||
- app
|
||||
|
|
Loading…
Add table
Reference in a new issue