update compose

This commit is contained in:
2025-03-11 10:23:57 -04:00
parent bf5921ef94
commit eef5c340f4

View File

@@ -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