upd: docker-compose
remove version tag change data volume add .env file add restart
This commit is contained in:
parent
f114843e4c
commit
95f17a2f3b
@ -1,5 +1,3 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
sermon-notes:
|
||||
container_name: sermon-notes
|
||||
@ -7,4 +5,6 @@ services:
|
||||
ports:
|
||||
- 80:80
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- $PWD/data:/data
|
||||
- $PWD/.env:/var/www/html/.env
|
||||
restart: unless-stopped
|
||||
|
Loading…
x
Reference in New Issue
Block a user