Skip to content

Commit 87f93ef

Browse files
committed
vite port
1 parent a14ce28 commit 87f93ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ services:
99
GROUP_ID: '${GROUP_ID:-1000}'
1010
extra_hosts:
1111
- 'host.docker.internal:host-gateway'
12-
ports:
13-
- '${VITE_PORT:-5173}:${VITE_PORT:-5173}' # Not necessarily required for dev containers (auto port forwarding)
12+
#ports:
13+
#- '${VITE_PORT:-5173}:${VITE_PORT:-5173}' # Not necessarily required for dev containers (auto port forwarding)
1414
environment:
1515
PHP_OPCACHE_ENABLE: '1'
1616
PHP_OPCACHE_REVALIDATE_FREQ: '0'

0 commit comments

Comments
 (0)