taking out

This commit is contained in:
talksik
2023-08-18 14:51:03 -07:00
parent 6704462e1f
commit 81955fd782
-15
View File
@@ -1,15 +0,0 @@
version: '3.3'
services:
mysql:
image: mysql:5.7
restart: always
container_name: mysql
environment:
MYSQL_ROOT_PASSWORD: 'test'
# Where our data will be persisted
volumes:
- mysql:/var/lib/mysql
# Names our volume
volumes:
mysql: