Use shortname for volume again

This commit is contained in:
Luke Murphy 2020-11-08 17:40:58 +01:00
parent 40696d2556
commit ae76ce39ce
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ services:
- db_password - db_password
- db_root_password - db_root_password
volumes: volumes:
- "mariadb:/var/lib/mysql" - "db:/var/lib/mysql"
networks: networks:
- internal - internal
@ -142,7 +142,7 @@ networks:
external: true external: true
volumes: volumes:
mariadb: db:
configs: configs:
app_config: app_config: