diff options
Diffstat (limited to 'vhosts/t/phpcon-kagawa-2025/compose.yaml')
| -rw-r--r-- | vhosts/t/phpcon-kagawa-2025/compose.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vhosts/t/phpcon-kagawa-2025/compose.yaml b/vhosts/t/phpcon-kagawa-2025/compose.yaml new file mode 100644 index 0000000..5519689 --- /dev/null +++ b/vhosts/t/phpcon-kagawa-2025/compose.yaml @@ -0,0 +1,6 @@ +services: + app: + build: . + ports: + - '127.0.0.1:8005:8080' + restart: always |
