mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-24 07:09:10 +01:00
Merge pull request #28 from xcad2k/xcad2k/issue27
portainer-data volume declaration is missing in compose file
This commit is contained in:
commit
9292a5ebde
@ -1,5 +1,9 @@
|
||||
version: '3'
|
||||
|
||||
volumes:
|
||||
portainer-data:
|
||||
driver: local
|
||||
|
||||
services:
|
||||
app:
|
||||
container_name: portainer
|
||||
|
Loading…
Reference in New Issue
Block a user