Skip to content

Commit 54e4eca

Browse files
committed
fixed name of container in example run
1 parent e68929c commit 54e4eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The proxy works by looking at "conf" files in the "sites-enabled" directory with
2020

2121
## Run the container
2222
```
23-
docker run --name apache2 --rm -p 8080:8080 -v $PWD/sites-enabled:/etc/apache2/sites-enabled 425ffb0c6c2d
23+
docker run --name apache2 --rm -p 8080:8080 -v $PWD/sites-enabled:/etc/apache2/sites-enabled unity-proxy-dev
2424
```
2525

2626
This will mount the local sites-enabled directory over the default directory so that one can develop quickly. Simply keep tweaking the *.conf file you created until your proxy is working.

0 commit comments

Comments
 (0)