update compose
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
version: '3'
|
||||
services:
|
||||
http:
|
||||
build:
|
||||
dockerfile: ./Dockerfile
|
||||
build: .
|
||||
container_name: maxwarden
|
||||
image: maxwarden
|
||||
ports:
|
||||
- 9090:80
|
||||
environment:
|
||||
@@ -20,7 +18,7 @@ services:
|
||||
- SMTP_DISPLAY_FROM=
|
||||
- SMTP_PASSWORD=
|
||||
- SMTP_REQUIRE_AUTH=
|
||||
#volumes:
|
||||
# - ./data:/data
|
||||
volumes:
|
||||
- ./passwords.db:/app/passwords.db:Z
|
||||
restart: always
|
||||
|
||||
|
||||
Reference in New Issue
Block a user