update compose
This commit is contained in:
12
docker-compose.example.yml
Normal file
12
docker-compose.example.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
services:
|
||||
http:
|
||||
build: .
|
||||
container_name: maxwarden
|
||||
ports:
|
||||
- 9090:80
|
||||
env_file: ".env"
|
||||
volumes:
|
||||
- ./passwords.db:/app/passwords.db:Z
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user