Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gagyn authored Jul 19, 2020
1 parent 2d1f8d4 commit c2c74a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: '3'
services:
watchman-web:
build: .
image: gagyn/watchman
ports:
- "8080:80"
restart: "unless-stopped"
volumes:
- ./appsettings.json:/app/appsettings.json
- /etc/localtime:/etc/localtime:ro
- /etc/localtime:/etc/localtime:ro

0 comments on commit c2c74a0

Please sign in to comment.