1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-08 23:39:46 +01:00

docker: remove fixed database container name

This commit is contained in:
Zankaria 2024-12-01 17:54:28 +01:00
parent 1e47667b9a
commit e181e4d5cb

View File

@ -28,7 +28,6 @@ services:
#MySQL Service #MySQL Service
db: db:
image: mysql:8.0.35 image: mysql:8.0.35
container_name: db
restart: unless-stopped restart: unless-stopped
tty: true tty: true
ports: ports: