piwigo volume

This commit is contained in:
valentin
2023-03-22 17:13:21 +01:00
parent 9fd76222ee
commit 8fcdc3356f

View File

@@ -22,7 +22,7 @@ services:
restart: always restart: always
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
volumes: volumes:
- db:/var/lib/mysql - piwigo_database:/var/lib/mysql
environment: environment:
- MYSQL_ROOT_PASSWORD - MYSQL_ROOT_PASSWORD
- MYSQL_PASSWORD - MYSQL_PASSWORD
@@ -31,6 +31,7 @@ services:
volumes: volumes:
piwigo_gallery: {} piwigo_gallery: {}
piwigo_config: {} piwigo_config: {}
piwigo_database: {}
# Specific for traefik # Specific for traefik
networks: networks:
traefik_web: traefik_web: