Move client-map to a directory bind-mount. Editing bind-mounted files (with vim) changes their inode
This commit is contained in:
@@ -5,9 +5,9 @@ services:
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./client-map.yaml:/app/client-map.yaml:ro
|
||||
- ./config:/app/config:ro
|
||||
environment:
|
||||
LISTEN: ":80"
|
||||
CLIENT_MAP: /app/client-map.yaml
|
||||
CLIENT_MAP: /app/config/client-map.yaml
|
||||
DOCROOT: /app/docroot
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user