Skip to content

Commit

Permalink
Use forward slashes for volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolajlauridsen committed Jul 26, 2024
1 parent df7ffe9 commit a6a82a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/UmbracoDockerCompose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,33 +66,33 @@ volumes:
driver: local
driver_opts:
type: none
device: .\UmbracoProject\wwwroot\media
device: ./UmbracoProject/wwwroot/media
o: bind
umb_scripts:
driver: local
driver_opts:
type: none
device: .\UmbracoProject\wwwroot\scripts
device: ./UmbracoProject/wwwroot/scripts
o: bind
umb_styles:
driver: local
driver_opts:
type: none
device: .\UmbracoProject\wwwroot\css
device: ./UmbracoProject/wwwroot/css
o: bind
umb_logs:
umb_views:
driver: local
driver_opts:
type: none
device: .\UmbracoProject\Views
device: ./UmbracoProject/Views
o: bind
umb_data:
umb_models:
driver: local
driver_opts:
type: none
device: .\UmbracoProject\umbraco\models
device: ./UmbracoProject/umbraco/models
o: bind
umb_database:

Expand Down

0 comments on commit a6a82a6

Please sign in to comment.