docker: remove fixed container naiming from the database

This commit is contained in:
Zankaria 2024-12-01 17:50:56 +01:00
parent 22c73c2249
commit a9e8fc0b8e

View file

@ -25,9 +25,8 @@ services:
- ./docker/php/www.conf:/usr/local/etc/php-fpm.d/www.conf - ./docker/php/www.conf:/usr/local/etc/php-fpm.d/www.conf
#MySQL Service #MySQL Service
leftypol-db: db:
image: mysql:8.0.35 image: mysql:8.0.35
container_name: leftypol-db
restart: unless-stopped restart: unless-stopped
tty: true tty: true
ports: ports: