mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-21 20:27:14 +03:00
30 lines
724 B
Text
30 lines
724 B
Text
services:
|
|
shlink_php:
|
|
user: 1000:1000
|
|
volumes:
|
|
- /etc/passwd:/etc/passwd:ro
|
|
- /etc/group:/etc/group:ro
|
|
|
|
shlink_roadrunner:
|
|
user: 1000:1000
|
|
volumes:
|
|
- /etc/passwd:/etc/passwd:ro
|
|
- /etc/group:/etc/group:ro
|
|
|
|
shlink_db_mysql:
|
|
user: 1000:1000
|
|
volumes:
|
|
- /etc/passwd:/etc/passwd:ro
|
|
- /etc/group:/etc/group:ro
|
|
|
|
shlink_db_postgres:
|
|
user: 1000:1000
|
|
volumes:
|
|
- /etc/passwd:/etc/passwd:ro
|
|
- /etc/group:/etc/group:ro
|
|
|
|
shlink_db_maria:
|
|
user: 1000:1000
|
|
volumes:
|
|
- /etc/passwd:/etc/passwd:ro
|
|
- /etc/group:/etc/group:ro
|