mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -06:00
15 lines
302 B
Plaintext
15 lines
302 B
Plaintext
version: '2'
|
|
|
|
services:
|
|
shlink_php:
|
|
user: 1000:1000
|
|
volumes:
|
|
- /etc/passwd:/etc/passwd:ro
|
|
- /etc/group:/etc/group:ro
|
|
|
|
shlink_swoole:
|
|
user: 1000:1000
|
|
volumes:
|
|
- /etc/passwd:/etc/passwd:ro
|
|
- /etc/group:/etc/group:ro
|