Skip to content

Commit

Permalink
test for VM
Browse files Browse the repository at this point in the history
  • Loading branch information
vbachele committed Oct 10, 2022
1 parent bc1de30 commit f4dc7ed
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions scrs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- mariadb
build:
context: ./requirements/wordpress
dockerfile: dockerfile
dockerfile: Dockerfile
restart: always
env_file:
- .env
Expand Down Expand Up @@ -86,7 +86,7 @@ services:
- "9000"
networks:
- network

hugo:
container_name: hugo
build: ./requirements/bonus/hugo
Expand All @@ -100,20 +100,20 @@ services:
restart: always
networks:
- network

volumes:
mariadb_data:
driver: local
# driver_opts:
# type: none
# device: /home/vbachele/data/mysql
# o: bind
driver_opts:
type: none
device: /home/vbachele/data/mysql
o: bind
wordpress_data:
driver: local
# driver_opts:
# type: none
# device: /home/vbachele/data/wordpress
# o: bind
driver_opts:
type: none
device: /home/vbachele/data/wordpress
o: bind

networks:
network:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f4dc7ed

Please sign in to comment.