We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14ce28 commit 87f93efCopy full SHA for 87f93ef
docker-compose.dev.yml
@@ -9,8 +9,8 @@ services:
9
GROUP_ID: '${GROUP_ID:-1000}'
10
extra_hosts:
11
- 'host.docker.internal:host-gateway'
12
- ports:
13
- - '${VITE_PORT:-5173}:${VITE_PORT:-5173}' # Not necessarily required for dev containers (auto port forwarding)
+ #ports:
+ #- '${VITE_PORT:-5173}:${VITE_PORT:-5173}' # Not necessarily required for dev containers (auto port forwarding)
14
environment:
15
PHP_OPCACHE_ENABLE: '1'
16
PHP_OPCACHE_REVALIDATE_FREQ: '0'
0 commit comments