mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
Update airsonic.yml
This commit is contained in:
@@ -44,14 +44,14 @@
|
||||
PUID: '1000'
|
||||
PGID: '1000'
|
||||
TZ: '${TZ}'
|
||||
|
||||
|
||||
# MAIN DEPLOYMENT #############################################################
|
||||
- name: 'Deploying {{pgrole}}'
|
||||
docker_container:
|
||||
name: '{{pgrole}}'
|
||||
image: '{{image}}'
|
||||
pull: yes
|
||||
published_ports: <<<<not exposed
|
||||
published_ports:
|
||||
- '{{ports.stdout}}{{extport}}:{{intport}}'
|
||||
volumes: '{{pg_volumes}}'
|
||||
env: '{{pg_env}}'
|
||||
@@ -61,4 +61,4 @@
|
||||
aliases:
|
||||
- '{{pgrole}}'
|
||||
state: started
|
||||
labels: '{{pg_labels}}'
|
||||
labels: '{{pg_labels}}'
|
||||
|
||||
Reference in New Issue
Block a user