This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 103
how to using it in docker-compose with this #65
Comments
So I figured this out it seems... If you
As you can see I have my first volume that I created |
See #48
|
thank you very much,i get it. @Joniator @usmcamp0811 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
version: "3"
services:
php:
build: .
volumes:
- ./html:/var/www/html
web:
image: nginx
links:
- php
ports:
- "8888:80"
volumes:
- php?/index.html:/var/www/html/index.html
- ./default.conf:/etc/nginx/conf.d/default.conf
volumes:
php:
driver:vieux/sshfs:latest
sshcmd: "usr@10.30.0.12:/swarm/data/web/"
password: ********
i want to amount a file index.html but i don't now how set it .on php? no.
The text was updated successfully, but these errors were encountered: