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.
|
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
|