forked from leftypol/leftypol
docker: remove fixed container naiming from the database
This commit is contained in:
parent
22c73c2249
commit
a9e8fc0b8e
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue