wrote steps to install docker in readme and wrote a dockerfile for nginx not tested
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
# had to remove the apt version because it was not up to date (sudo apt remove docker-compose)
|
||||
# then install as recommended : curl -SL https://github.com/docker/compose/releases/download/v2.10.2/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
|
||||
# or (neat) : https://github.com/docker/compose/releases/download/v2.10.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
|
||||
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user