Commit 0297c67a authored by kolosfed's avatar kolosfed

Moving docker volumes files to /root/docker-volumer/chicken-farm

parent 81767f8c
/.docker-shared
/Dockerfile /Dockerfile
/docker-compose.yml /docker-compose.yml
...@@ -21,6 +21,3 @@ ...@@ -21,6 +21,3 @@
# IDEA project files # IDEA project files
/.idea /.idea
/*.iml /*.iml
# Docker volumes files
/docker-shared
\ No newline at end of file
...@@ -10,8 +10,8 @@ services: ...@@ -10,8 +10,8 @@ services:
networks: networks:
- default - default
volumes: volumes:
- ./docker-shared/db-data:/var/lib/mysql - /root/docker-volumes/chicken-farm/db-data:/var/lib/mysql
- ./docker-shared/home:/root - /root/docker-volumes/chicken-farm/home:/root
app: app:
build: . build: .
...@@ -24,5 +24,5 @@ services: ...@@ -24,5 +24,5 @@ services:
- default - default
volumes: volumes:
- .:/app - .:/app
- ./docker-shared/home:/root - /root/docker-volumes/chicken-farm/home:/root
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment