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 9885b89 commit ded50b7Copy full SHA for ded50b7
docker-compose.external-all-caddy.yml
@@ -183,8 +183,10 @@ services:
183
volumes:
184
# Persistent configuration data
185
- ./data:/var/www/config
186
+ # NOTE: Might not be required if Caddy proxies requests to PHP-FPM directly
187
# Share public directory with caddy for static file serving
- - app-public:/var/www/html/public
188
+ #- Uncomment the line below if needed
189
+ #- app-public:/var/www/html/public
190
restart: unless-stopped
191
# Don't expose port externally - only accessible via caddy
192
# Expose FPM port 9000 to caddy via internal network only
0 commit comments