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