Do not restart services

This commit is contained in:
Sven Skender 2023-04-26 14:39:17 +02:00
parent b28fe48eed
commit f8539d8f5d
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version: '3.3'
version: '3.6'
services:
mariadb:
@ -10,10 +10,10 @@ services:
- intranet
ports:
- "3306:3306"
restart: always
volumes:
- ./restore:/docker-entrypoint-initdb.d:ro
- db_data:/var/lib/mysql
phpmyadmin:
container_name: phpmyadmin
depends_on:
@ -25,7 +25,6 @@ services:
- intranet
ports:
- "8080:80"
restart: always
networks:
intranet: