docker volumes is back

This commit is contained in:
2024-12-28 13:18:44 +09:00
parent a30ace3f34
commit 83980cc559

View File

@@ -91,6 +91,10 @@ services:
- db - db
volumes: volumes:
- name: docker_sock
host:
path: /var/run/docker.sock
- name: mysql_data - name: mysql_data
temp: {} temp: {}