dont restart phpmyadmin when docker is started

This commit is contained in:
Ulf Gebhardt 2021-02-25 21:36:29 +01:00
parent 613f3a732f
commit d82744bf4d
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -49,7 +49,7 @@ services:
container_name: phpmyadmin container_name: phpmyadmin
environment: environment:
- PMA_ARBITRARY=1 - PMA_ARBITRARY=1
restart: always #restart: always
ports: ports:
- 8074:80 - 8074:80
networks: networks: