bashrc working now
This commit is contained in:
11
compose.yaml
11
compose.yaml
@@ -1,12 +1,12 @@
|
||||
services:
|
||||
|
||||
linux.softwareshinobi.com-server:
|
||||
|
||||
|
||||
container_name: linux.softwareshinobi.com-server
|
||||
|
||||
image: softwareshinobi/linux.softwareshinobi.com:server
|
||||
|
||||
build:
|
||||
build:
|
||||
|
||||
context: server
|
||||
|
||||
@@ -20,17 +20,13 @@ services:
|
||||
|
||||
- "2222:22"
|
||||
|
||||
volumes:
|
||||
|
||||
- "./tmp:/tmp"
|
||||
|
||||
linux.softwareshinobi.com-landing:
|
||||
|
||||
container_name: linux.softwareshinobi.com-landing
|
||||
|
||||
image: softwareshinobi/linux.softwareshinobi.com:landing
|
||||
|
||||
build:
|
||||
build:
|
||||
|
||||
context: landing
|
||||
|
||||
@@ -39,4 +35,3 @@ services:
|
||||
ports:
|
||||
|
||||
- "2280:80"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user