Create storage volume and rename mysql volume for buehler stack.
This commit is contained in:
@@ -6,7 +6,8 @@ networks:
|
||||
buehler:
|
||||
|
||||
volumes:
|
||||
mysql:
|
||||
buehler-db:
|
||||
buehler-storage:
|
||||
|
||||
services:
|
||||
buehler:
|
||||
@@ -16,6 +17,8 @@ services:
|
||||
links:
|
||||
- db
|
||||
working_dir: /var/www
|
||||
volumes:
|
||||
- buehler-storage:/var/www/storage
|
||||
networks:
|
||||
- proxy
|
||||
- buehler
|
||||
@@ -37,7 +40,7 @@ services:
|
||||
container_name: buehler-db
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- mysql:/var/lib/mysql
|
||||
- buehler-db:/var/lib/mysql
|
||||
networks:
|
||||
- buehler
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user