svg
This commit is contained in:
12
compose.yaml
12
compose.yaml
@@ -26,8 +26,16 @@ services:
|
||||
ports:
|
||||
- "8008:80"
|
||||
volumes:
|
||||
- .:/app:delegated
|
||||
|
||||
- ./src:/app/src:delegated
|
||||
- ./templates:/app/templates:delegated
|
||||
- ./config:/app/config:delegated
|
||||
- ./public/uploads:/app/public/uploads:delegated
|
||||
- ./uploads:/app/uploads:delegated
|
||||
- ./misc:/app/misc:delegated
|
||||
- ./public/lib:/app/public/lib:delegated
|
||||
- ./.env.local:/app/.env.local
|
||||
- ./vendor:/app/vendor:delegated
|
||||
- ./public/bundles:/app/public/bundles:delegated
|
||||
adminer:
|
||||
image: adminer
|
||||
container_name: ninecompta-adminer
|
||||
|
Reference in New Issue
Block a user