mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
modifying things for portainer
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
nc:
|
||||
image: ${NOCODB_IMAGE:-nocodb/nocodb:latest}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "nocodb-data:/usr/app/data"
|
||||
|
||||
volumes:
|
||||
nocodb-data:
|
||||
Reference in New Issue
Block a user