Migrate docker_volumes -> docker_mounts
This commit is contained in:
@@ -6,9 +6,11 @@ dependencies:
|
||||
docker_image: gitea/gitea:latest
|
||||
docker_image_http_port: 3000
|
||||
docker_database: postgres
|
||||
docker_volumes:
|
||||
- gitea_data:/data
|
||||
- /var/lib/gitea/.ssh/:/data/git/.ssh
|
||||
docker_mounts:
|
||||
- name: gitea_data
|
||||
path: /data
|
||||
- src: /var/lib/gitea/.ssh/
|
||||
path: /data/git/.ssh
|
||||
docker_published_ports:
|
||||
- "127.0.0.1:{{ ports.gitea.ssh }}:22"
|
||||
docker_env:
|
||||
|
||||
Reference in New Issue
Block a user