Update docker-compose.yml to keep images (#1153)

This commit is contained in:
Daleth Darko 2023-09-19 14:36:47 -04:00 committed by GitHub
parent 3d4054f10e
commit 3fe2b21686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ services:
- "8000:8000"
volumes:
- "./config:/home/node/app/config"
- "./user:/home/node/app/public/user"
restart: unless-stopped