kopia lustrzana https://github.com/Haxxnet/Compose-Examples
13 wiersze
228 B
YAML
13 wiersze
228 B
YAML
![]() |
version: '3.6'
|
||
|
|
||
|
services:
|
||
|
homer:
|
||
|
image: b4bz/homer:latest
|
||
|
container_name: homer
|
||
|
volumes:
|
||
|
- /mnt/docker-volumes/homer:/www/assets
|
||
|
restart: unless-stopped
|
||
|
environment:
|
||
|
- UID=1000
|
||
|
- GID=1000
|