forked from zer.ooo/web
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
236 B
YAML
13 lines
236 B
YAML
5 years ago
|
version: "3.6"
|
||
|
|
||
|
services:
|
||
|
zer.ooo:
|
||
|
image: d.xr.to/php
|
||
|
container_name: zer.ooo-test
|
||
|
volumes:
|
||
|
- ../:/sites/zer.ooo
|
||
|
working_dir: /sites/zer.ooo
|
||
|
ports:
|
||
|
- 127.0.0.1:80:80
|
||
|
command: ./docker/entrypoint.sh
|